update bind 3
Documentation Version for Comments and Changes
You are invited to make any changes...add any comments.
Changes will `eventually` be merged into the offical documentation.
Leave any commnents here...
...
... back to index page OE documentation
the details.
A bound executable file can handle standard input and output redirection as with this syntax:
myprog.exe < file.in > file.out
If you were to write a small .bat file, say myprog.bat, that contained the line "eui myprog.ex" you would not be able to redirect input and output. The following will not work:
myprog.bat < file.in > file.out
You could however use redirection on individual lines within the .bat file.
Not Categorized, Please Help
|